home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 16
/
Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso
/
Aminet
/
dev
/
src
/
wangisrc.lha
/
wangi
/
z
/
fakepoint
/
smakefile
< prev
Wrap
Makefile
|
1996-06-20
|
360b
|
20 lines
#
# Makefile for fakepoint
#
#
OBJS= fakepoint.o
fakepoint: $(OBJS)
sc NOCHECKABORT link to fakepoint with <<
$(OBJS)
<
fakepoint.o: fakepoint.c scoptions INCLUDE:fakepoint.gst
sc fakepoint.c GST=INCLUDE:fakepoint.gst NOLINK
INCLUDE:fakepoint.gst: gst.c scoptions smakefile
sc gst.c MAKEGST=INCLUDE:fakepoint.gst IGNORE=105 NOOPTIMIZE
delete gst.o